Changed ssidref default to 0 when parsing config file.
authoremellor@ewan <emellor@ewan>
Sat, 17 Sep 2005 09:52:31 +0000 (10:52 +0100)
committeremellor@ewan <emellor@ewan>
Sat, 17 Sep 2005 09:52:31 +0000 (10:52 +0100)
Signed-off-by: Ewan Mellor<ewan@xensource.com>
tools/python/xen/xm/create.py

index 5c309ccda396b23852edc56e025815a38c8423f9..50f4cc2642dbc4bf2a98a197c14271cca6274774 100644 (file)
@@ -141,7 +141,7 @@ gopts.var('memory', val='MEMORY',
           use="Domain memory in MB.")
 
 gopts.var('ssidref', val='SSIDREF',
-          fn=set_u32, default=-1
+          fn=set_u32, default=0
           use="Security Identifier.")
 
 gopts.var('maxmem', val='MEMORY',